home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Forms Misc / new-window.izs < prev    next >
Text File  |  2005-09-28  |  2KB  |  97 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>New Window
  4.  
  5. <!/TITLE>
  6.  
  7. <!DESCRIPTION>Do you have a link that you'd rather have open in a new window? This little script will do just that! You can even use a button or a text link to open the new window!<!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>Forms<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13.  
  14.  
  15. <!-- HOW TO INSTALL NEW WINDOW:
  16.  
  17.    1.  Copy the first coding into the HEAD of your HTML document
  18.    2.  Paste the last code in the BODY of your HTML document  -->
  19.  
  20. <!-- STEP ONE: Copy this code into the HEAD of your HTML document  -->
  21.  
  22. <HEAD>
  23.  
  24. <SCRIPT LANGUAGE="JavaScript">
  25.  
  26.  
  27.  
  28. <!-- Begin
  29. function Start(page) {
  30. OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
  31. }
  32. // End -->
  33. </SCRIPT>
  34.  
  35. </HEAD>
  36.  
  37. <!-- STEP ONE: Add this code into BODY section of document  -->
  38.  
  39. <BODY>
  40.  
  41. <center>
  42. <form>
  43. <input type=button onClick="Start('http://evrsoft.com')" value="Open evrsoft.com">
  44. </form>
  45. or<P>
  46. <a href="javascript:Start('http://evrsoft.com')";>Open evrsoft.com</a>
  47. </center>
  48.  
  49.  
  50.  
  51. <!-- END OF SCRIPT -->
  52. <!/SCRIPT>
  53.  
  54. <!PREVIEW>
  55. <!-- START OF SCRIPT -->
  56.  
  57. <!-- HOW TO INSTALL NEW WINDOW:
  58.  
  59.    1.  Copy the first coding into the HEAD of your HTML document
  60.    2.  Paste the last code in the BODY of your HTML document  -->
  61.  
  62. <!-- STEP ONE: Copy this code into the HEAD of your HTML document  -->
  63.  
  64. <HEAD>
  65.  
  66. <SCRIPT LANGUAGE="JavaScript">
  67.  
  68.  
  69.  
  70. <!-- Begin
  71. function Start(page) {
  72. OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
  73. }
  74. // End -->
  75. </SCRIPT>
  76.  
  77. </HEAD>
  78.  
  79. <!-- STEP ONE: Add this code into BODY section of document  -->
  80.  
  81. <BODY>
  82.  
  83. <center>
  84. <form>
  85. <input type=button onClick="Start('http://evrsoft.com')" value="Open evrsoft.com">
  86. </form>
  87. or<P>
  88. <a href="javascript:Start('http://evrsoft.com')";>Open evrsoft.com</a>
  89. </center>
  90.  
  91.  
  92.  
  93. <!-- END OF SCRIPT -->
  94. <!/PREVIEW>
  95.  
  96. <!RELATED>NONE<!/RELATED>
  97.